home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-18 | 417 b | 22 lines | [TEXT/MPS ] |
- all ƒ compr
-
- compr ƒ esbit.zo fileprio.zo huffman.zo compr.zo
- camlc -W esbit.zo fileprio.zo huffman.zo compr.zo -o compr
-
- clean ƒ
- delete -i compr
- delete -i ≈.z[io] ||echo
- delete -i ≈.zix ||echo
-
- .zi ƒ .mli
- camlc -W -c {default}.mli
-
- .zo ƒ .ml
- camlc -W -c {default}.ml
-
- compr.zo ƒ huffman.zi
- decompr.zo ƒ huffman.zi
- esbit.zo ƒ esbit.zi
- fileprio.zo ƒ fileprio.zi
- huffman.zo ƒ huffman.zi esbit.zi fileprio.zi
-